From b51ad462ffa193bf30b5d59c4240cc18dd4a790c Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 10 Aug 2009 00:32:37 +0000 Subject: [PATCH] Fix some misnamed IDs from the AllMessages refactor. --- includes/DefaultSettings.php | 2 +- skins/common/shared.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 4db9adee0b..4e8c2848bd 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1579,7 +1579,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches do not keep obsolete copies of global * styles. */ -$wgStyleVersion = '235'; +$wgStyleVersion = '236'; # Server-side caching: diff --git a/skins/common/shared.css b/skins/common/shared.css index 626094f4f4..c093e4669f 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -637,19 +637,19 @@ table.collapsed tr.collapsable { .imagelist th.TablePager_sort { background-color: #ccccff } /* Allmessages table */ -#allmessagestable .allmessages-customised td.am_default { +#mw-allmessagestable .allmessages-customised td.am_default { background-color: #fcffc4; } -#allmessagestable tr.allmessages-customised:hover td.am_default { +#mw-allmessagestable tr.allmessages-customised:hover td.am_default { background-color: #faff90; } -#allmessagestable td.am_actual { +#mw-allmessagestable td.am_actual { background-color: #e2ffe2; } -#allmessagestable tr.allmessages-customised:hover + tr.allmessages-customised td.am_actual { +#mw-allmessagestable tr.allmessages-customised:hover + tr.allmessages-customised td.am_actual { background-color: #b1ffb1; } -- 2.20.1